home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / boot / czesc_2 / offenders / screen.c < prev    next >
C/C++ Source or Header  |  1994-05-16  |  210b  |  17 lines

  1.  
  2. #include <intuition/intuition.h>
  3. #include <proto/intuition.h>
  4.  
  5.  
  6. extern struct IntuitionBase *IntuitionBase;
  7.  
  8. main(int argc, char *argv[])
  9. {
  10.    struct Screen *scr1;
  11.  
  12.    scr1=OpenScreenTags(NULL,TAG_DONE);
  13.  
  14. }
  15.  
  16.  
  17.